home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / StringIsUpper.au3 < prev    next >
Text File  |  2007-09-08  |  99b  |  4 lines

  1. If StringIsUpper("ABCDF") Then
  2.     MsgBox(4096, "", "String contains only UPPERCASE letters"
  3. EndIf
  4.